home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / commo54.zip / COMMO.MAC < prev    next >
Text File  |  1992-12-19  |  9KB  |  194 lines

  1.                                  ┌────────────┐
  2.   PgDn for more macros           │ Macro File │           PgDn for more macros
  3.                                  └────────────┘
  4.  
  5.   1)  A program indicated to the right of a macro must be in your DOS path.
  6.  
  7.   2)  Move Selector Bar to desired entry, press [Enter].
  8.  
  9.  
  10.   ASCII Upload macro, press Alt-A
  11.   ────────────────────────────────────────────────────────────────────────────
  12.   {:ala} {ascii %uldir\} {}             ASCII Upload with upload path
  13.  
  14.  
  15.   Macro to review capture file, press Shift-F8                Program required
  16.   ────────────────────────────────────────────────────────────────────────────
  17.   {:sf8} {exec LIST %_cap /e} {}  (aka Scrollback using no RAM)       LIST.COM
  18.  
  19.  
  20.   Simple login macro, press F2
  21.   ────────────────────────────────────────────────────────────────────────────
  22.   {:nf2} {send Fred|~~Brucker|~~~~%_pas|} {}       RBBS, PCBoard, Auntie, etc.
  23.  
  24.  
  25.   Macro to list download directory, press Alt-F10
  26.   ────────────────────────────────────────────────────────────────────────────
  27.   {:af0} {exec-w dir %dldir /w} {}                 Download directory
  28.  
  29.  
  30.   Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
  31.   ────────────────────────────────────────────────────────────────────────────
  32.   {:pcb} {capture y,c:\commo\pcb.cap} {asci ,}
  33.          {setlook 60,hng}
  34.          {lookfor graphics} {send y|}
  35.          {setlook 60,hng,6,n|}
  36.          {lookfor first name?} {send Fred Brucker|~%_pas|}  <= your name here
  37.          {lookfor Main Board Command?} {}
  38.   {:hng} {hangup y} {stop}
  39.  
  40.  
  41.   CompuServe login macro
  42.   ────────────────────────────────────────────────────────────────────────────
  43.   {:cis} {setlook 45,hng,2,^c} {send ^c}
  44.          {capt y,c:\commo\cis.%_day} {asci ,:}
  45.          {lookfor User ID:} {send XXXXX,XXX|}  <= Change to your user ID
  46.          {setl 20,hng} {lookfor Password:} {send %_pas|} {}
  47.  
  48.  
  49.   GEnie login macro
  50.   ────────────────────────────────────────────────────────────────────────────
  51.   {:genie}
  52.          {setlook 90,hng} {capt y,c:\commo\genie.%_day}
  53.          {asci ,>} {local y} {send ~H~H~H}
  54.          {lookfor u#} {send XXXXXXXX,%_pas|} {}  <= Change to your user #
  55.  
  56.  
  57.   Macros used for DOWNLOADING (receiving)
  58.   ────────────────────────────────────────────────────────────────────────────
  59.   {:pgd}  ** Download menu
  60.    {setv _menu1,                [F1] for HELP}
  61.    {setv _menu3, Y ■ Ymodem batch                 Internal}
  62.    {setv _menu4, X ■ Xmodem                       Internal}
  63.    {setv _menu5, G ■ Ymodem-G batch               Internal}
  64.    {setv _menu6, O ■ Xmodem-G                     Internal}
  65.    {setv _menu8,   IMPORTANT:  The following external}
  66.    {setv _menu9,    protocols require that the indicated
  67.   {setv _menu10,    program be installed on your system.}
  68.   {setv _menu12, Z ■ Zmodem batch            using DSZ/GSZ}
  69.   {setv _menu13, H ■ HS/Link              using HSLINK.EXE}
  70.   {setv _menu14, M ■ MPt batch               using MPT.EXE}
  71.   {setv _menu15, B ■ CompuServe B, B+     using OZBEXT.EXE}
  72.    {setv _mlabel,phld,pcbr,,,,,pygr,phbr,,,,,pmpr,,pxgr,,,,,,,,,px1r,pybr,pzbr}
  73.    {menu 19,47,DOWNLOAD Protocol Menu} {}
  74.  
  75.   Help        {:phld} {help z} {goto pgd}
  76.   Y batch     {:pybr} {rymo-a %dldir} {}          (-a is for the alarm)
  77.   Y-G         {:pygr} {rymo-ga %dldir} {}
  78.   X CRC       {:px1r} {call gfnd} {rxmo-ya %file} {}
  79.   X-G         {:pxgr} {call gfnd} {rxmo-gya %file} {}
  80.  
  81.   Z batch                                          DSZ.COM, DSZ.EXE or GSZ.EXE
  82.               {:pzbr} {exec-a %dszprog portx %_pad,%_irq rz -mr %dldir} {}
  83.                                                                        
  84.   HS/Link     {:phbr} {call gfnu}                                   HSLINK.EXE
  85.                       {exec-a HSLINK -pb0x%_pad -pi%_irq %file -u%dldir} {}
  86.                                                                     
  87.   MPt         {:pmpr} {exec-a MPT P%_por S%_spe r %dldir\} {}          MPT.EXE
  88.  
  89.   CIS BPlus   {:pcbr} {exec-a OZBEXT /c%_por /f%dldir /n} {}        OZBEXT.EXE
  90.  
  91.   {:gfnd} {setv file,%dldir\} {input file,Enter a filename to DOWNLOAD}
  92.           {ifex %file,,gf_y} {input %yn,File exists, overwrite? [Y/n]}
  93.           {comp yn} {ifco gf_y} {comp yn,y} {ifco gf_y} {}
  94.           {:gf_y} {return}
  95.  
  96.  
  97.   Macros used for UPLOADING (sending)
  98.   ────────────────────────────────────────────────────────────────────────────
  99.   {:pgu}  ** Upload menu
  100.    {setv _menu1,                [F1] for HELP}
  101.    {setv _menu3, Y ■ Ymodem batch                 Internal}
  102.    {setv _menu4, X ■ Xmodem                       Internal}
  103.    {setv _menu5, G ■ Ymodem-G batch               Internal}
  104.    {setv _menu6, O ■ Xmodem-G                     Internal}
  105.    {setv _menu8,   IMPORTANT:  The following external}
  106.    {setv _menu9,    protocols require that the indicated
  107.   {setv _menu10,    program be installed on your system.}
  108.   {setv _menu12, Z ■ Zmodem batch            using DSZ/GSZ}
  109.   {setv _menu13, H ■ HS/Link              using HSLINK.EXE}
  110.   {setv _menu14, M ■ MPt batch               using MPT.EXE}
  111.   {setv _menu15, B ■ CompuServe B, B+     using OZBEXT.EXE}
  112.    {setv _mlabel,phlu,pcbs,,,,,pybs,phbs,,,,,pmps,,px1s,,,,,,,,,px1s,pybs,pzbs}
  113.    {menu 19,47,UPLOAD Protocol Menu} {}
  114.  
  115.   Help        {:phlu} {help z} {goto pgu}
  116.   Y batch     {:pybs} {call gfnu} {symo-ka %file} {}
  117.   X-1K        {:px1s} {call gfnu} {sxmo-ka %file} {}
  118.  
  119.   Z batch     {:pzbs} {call gfnu}                  DSZ.COM, DSZ.EXE or GSZ.EXE
  120.                       {exec-a %dszprog portx %_pad,%_irq sz -mr %file} {}
  121.  
  122.   HS/Link     {:phbs} {call gfnu}                                   HSLINK.EXE
  123.                       {exec-a HSLINK -pb0x%_pad -pi%_irq %file -u%dldir} {}
  124.  
  125.   MPt         {:pmps} {call gfnu}                                      MPT.EXE
  126.                       {exec-a MPT P%_por S%_spe s %file} {}
  127.  
  128.   CIS BPlus   {:pcbs} {exec-a OZBEXT /c%_por /f%uldir /n} {}        OZBEXT.EXE
  129.  
  130.               {:gfnu} {setv file,%uldir\}
  131.                       {input file,Enter a filename to UPLOAD} {return}
  132.  
  133.  
  134.   Macros for Utility Menu
  135.   ────────────────────────────────────────────────────────────────────────────
  136.   {:alu}
  137.    {setv _menu1, A ≡ Edit an External File}
  138.    {setv _menu3, B ≡ Run a Macro}
  139.    {setv _menu5, C ≡ Run MOSTHOST host mode}
  140.    {setv _menu6,     (use D to install)}
  141.    {setv _menu8, D ≡ View/Edit MOSTHOST}
  142.    {setv _mlabel,uext,urun,uhost,vhost}
  143.    {menu 12,32,Macro Utility Menu} {}
  144.  
  145.   {:urun}  {input runmac,Macro to run} {goto %runmac} {}
  146.  
  147.   {:uext}  {input temp,Filename to edit}
  148.            {:uedit} {edit %temp} {goto alu} {}
  149.  
  150.   {:uhost} {macl mosthost.mac,bbs}
  151.  
  152.   {:vhost} {setv temp,%_hom%mosthost.mac} {goto uedit}
  153.  
  154.  
  155.                     ──────────────────────────────
  156.                     Full Screen Editor Key Support
  157.                     ──────────────────────────────
  158.  
  159.   The following keys are used by full screen editors such as Visual Editor in
  160.   ProDoor, PCBoard's full screen editor, ANSIED in RBBS and others.  They may
  161.   be changed to suit your own needs (all keys do not work with all editors --
  162.   capture the editor help info on the BBS).  See Appendix D in COMMO.DOC for
  163.   details on character representation.
  164.  
  165.   Note that the left arrow function (^S) is also the XOFF character. This may
  166.   cause a problem on some systems.  If pressing the left arrow seems to hang
  167.   the remote, press Ctrl-Q and change the "lfa" macro to:
  168.  
  169.          {send ^[[D} {}  or  {send ^@K} {}
  170.  
  171.   PgUp and PgDn are normally used for uploading and downloading.  To use them
  172.   for editing, change the key-labels in the menus above (press F6 in the
  173.   Internal Editor to see them).
  174.  
  175.   Macro                   Key             Function
  176.   ────────────────────────────────────────────────────────────────────────────
  177.   {:hom} {send ^W} {}     Home            Start of line
  178.   {:end} {send ^P} {}     End             End of line
  179.   {:pgu} {send ^R} {}     PgUp            Page up
  180.   {:pgd} {send ^C} {}     PgDn            Page down
  181.  
  182.   {:upa} {send ^E} {}     Up Arrow        Cursor up
  183.   {:dna} {send ^X} {}     Down Arrow      Cursor down
  184.   {:lfa} {send ^S} {}     Left Arrow      Cursor left
  185.   {:rta} {send ^D} {}     Right Arrow     Cursor right
  186.  
  187.   {:cla} {send ^A} {}     ^Left Arrow     Word left
  188.   {:cra} {send ^F} {}     ^Right Arrow    Word right
  189.  
  190.   {:ins} {send ^V} {}     Insert          Toggle insert mode
  191.   {:del} {send ^G} {}     Delete          Delete character
  192.   {:cnd} {send ^K} {}     ^End            Delete to end of line
  193.  
  194.